home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / util / RefCountedIntf.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  233 b   |  10 lines

  1. package com.extensibility.util;
  2.  
  3. import java.util.Vector;
  4.  
  5. public interface RefCountedIntf {
  6.    Vector getAllReferences();
  7.  
  8.    Object getFirstReference();
  9. }
  10.